See Original text in context
sub infix:<!=>(Mu, Mu --> Bool:D)
Numeric inequality operator.
Coerces both arguments to Numeric (if necessary); returns True if they are distinct.
True
Is equivalent to !==.
!==